
.someselector {
    all: revert;
}

.someselector * {
    all: revert;
}

body,html, samp {
    font-family: "FiraGO" !important;
    font-size: 14px !important;
}






.caps {
    font-family: "FiraGO";
    font-feature-settings: "case" on;
    text-transform: uppercase !important;
}
.padds {
    padding-left: 100px;
    padding-right: 100px;
}

textarea:focus,
input:focus,
select:focus {
    border-color: inherit !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.round {
    border-radius: 150px !important;
}
.bold {
    font-weight: bold;
}

.bg-white {
    background-color: white;
}
.bg-gray-new {
    background-color: #f7f7f7;
}

.q_f {
    font-size: 12px !important;
    text-align: center !important;
}
.quantity_box_tr {
    width: 140px !important;
}
.vip_order {
    background-color: rgba(243, 241, 94, 0.37) !important;
}
.text-large {
    font-size: 18px !important;
}

.card {
    border-radius: 20px !important;
    padding: 30px;
}

@media only screen and (max-width: 600px) {
    .card {
        border-radius: 20px !important;
        padding: 10px;
    }
}
.card-header {
    border-radius: 20px 20px 0px 0px !important;
}



.nav-item .nav-link {
    color: rgb(129, 129, 129);
    font-weight: 600;
    font-family: "FiraGO";
    font-size: 13px;
}
.nav-item a.active {
    color: #3E5AAD !important;
}



/* table select start */
tfoot {
    display: table-header-group;
}

table .bootstrap-select {
    max-width: 100px;
}
table .bootstrap-select .btn {
    font-size: 12px;
    max-width: 80px;
}
.bootstrap-select .btn {
    font-size: 12px;
}

.bootstrap-select .dropdown-menu {
    max-width: 10px;
    font-size: 10px;
}

select::-ms-expand {
    /* for IE 11 */
    display: none;
}

.tableButton {
    font-size: 10px;
}

/* table select end */
.btn {
    border-radius: 150px !important;
    font-size: 12px;
    font-family: "FiraGO";
    font-feature-settings: "case" on;
    text-transform: uppercase !important;
}
.btn-small {
    font-size: 12px;
}



.categoryBox {
    border: solid 1px #c7c7c7;
    padding: 20px;
    border-radius: 10px;
}

.nav-item.dropdown li a {
    font-size: 14px;
}




tfoot {
    display: table-header-group;
}

.card-footer {
    border-radius: 100px !important;
}






#loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9000;
    top: 0;
    bottom: 0;
    display: none;

    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;

    font-size: 30px;
}


#loading.show{
    display: flex;
}
#loading.hide{
    display: none;
}



input{
    border-radius: 20px !important;
}
label{
    font-weight:600 !important;
}

.rounded{
    border-radius:50px !important; 
}


.languageSwitcherBox{
    position: absolute;
    bottom:50px;
    text-align: center;
}

.alertNew{
    width: 300px;
    padding:20px;
    position: fixed !important;
    z-index: 9000;
    right:20px;
    top:50px;
}

.info-box{
    border-radius: 50px;
    height:65px !important;
    min-height: 50px !important;
}
.info-box-icon{
    width:50px !important;
    height:50px !important;
    border-radius: 50px !important;
}
.info-box-content{
    padding:0px !important;
    height:50px !important;
    margin-bottom: 0px !important;
    padding-bottom:0px !important;
    padding-left:10px !important;
}
.info-box-text{
    font-size:11px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    line-height: 12px !important;
}
.info-box-number{
    font-size:20px !important;
    font-weight: bold;
    padding-top: 0px !important;
    margin-top: 0px !important;
}